[INFO] fetching crate capsec-tokio 0.2.2...
[INFO] fixing capsec-tokio-0.2.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate capsec-tokio 0.2.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate capsec-tokio 0.2.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate capsec-tokio 0.2.2
[INFO] tweaked toml for crates.io crate capsec-tokio 0.2.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate capsec-tokio 0.2.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate capsec-tokio 0.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded capsec-core v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7
[INFO] running `Command { std: "docker" "start" "6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking capsec-core v0.2.2
[INFO] [stderr]     Checking capsec-tokio v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `capsec_macro` in this scope
[INFO] [stdout]    --> tests/async_io.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[capsec_macro::context]
[INFO] [stdout]     |   ^^^^^^^^^^^^ use of unresolved module or unlinked crate `capsec_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:52:34
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let mut file = capsec_tokio::fs::open("/dev/null", &cap).await.unwrap();
[INFO] [stdout]    |                                  ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:65:34
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let mut file = capsec_tokio::fs::create(&path, &cap).await.unwrap();
[INFO] [stdout]    |                                  ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `process` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:105:32
[INFO] [stdout]     |
[INFO] [stdout] 105 |     let output = capsec_tokio::process::run("echo", &["hello"], &cap)
[INFO] [stdout]     |                                ^^^^^^^ could not find `process` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[cfg(feature = "process")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `process` feature
[INFO] [stdout] 103 | pub mod process;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `process` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:116:33
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let mut cmd = capsec_tokio::process::command("echo", &cap).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^ could not find `process` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[cfg(feature = "process")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `process` feature
[INFO] [stdout] 103 | pub mod process;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `task` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:152:32
[INFO] [stdout]     |
[INFO] [stdout] 152 |     let handle = capsec_tokio::task::spawn_with(cap, |cap| async move {
[INFO] [stdout]     |                                ^^^^ could not find `task` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg(feature = "rt")]
[INFO] [stdout]     |       -------------- the item is gated behind the `rt` feature
[INFO] [stdout] 105 | pub mod task;
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `task` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:164:32
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let handle = capsec_tokio::task::spawn_with(cap, |cap| async move {
[INFO] [stdout]     |                                ^^^^ could not find `task` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg(feature = "rt")]
[INFO] [stdout]     |       -------------- the item is gated behind the `rt` feature
[INFO] [stdout] 105 | pub mod task;
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let data = capsec_tokio::fs::read("/dev/null", &cap).await.unwrap();
[INFO] [stdout]    |                              ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -     let data = capsec_tokio::fs::read("/dev/null", &cap).await.unwrap();
[INFO] [stdout] 11 +     let data = fs::read("/dev/null", &cap).await.unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let data = capsec_tokio::fs::read_to_string("/dev/null", &cap)
[INFO] [stdout]    |                              ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 19 -     let data = capsec_tokio::fs::read_to_string("/dev/null", &cap)
[INFO] [stdout] 19 +     let data = fs::read_to_string("/dev/null", &cap)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 30 |     capsec_tokio::fs::write(&path, b"hello", &write_cap)
[INFO] [stdout]    |                   ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 30 -     capsec_tokio::fs::write(&path, b"hello", &write_cap)
[INFO] [stdout] 30 +     fs::write(&path, b"hello", &write_cap)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |     capsec_tokio::fs::remove_file(&path, &write_cap)
[INFO] [stdout]    |                   ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 33 -     capsec_tokio::fs::remove_file(&path, &write_cap)
[INFO] [stdout] 33 +     fs::remove_file(&path, &write_cap)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let meta = capsec_tokio::fs::metadata("/dev/null", &cap).await.unwrap();
[INFO] [stdout]    |                              ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 42 -     let meta = capsec_tokio::fs::metadata("/dev/null", &cap).await.unwrap();
[INFO] [stdout] 42 +     let meta = fs::metadata("/dev/null", &cap).await.unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:75:33
[INFO] [stdout]    |
[INFO] [stdout] 75 |     let mut dir = capsec_tokio::fs::read_dir("/tmp", &cap).await.unwrap();
[INFO] [stdout]    |                                 ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 75 -     let mut dir = capsec_tokio::fs::read_dir("/tmp", &cap).await.unwrap();
[INFO] [stdout] 75 +     let mut dir = fs::read_dir("/tmp", &cap).await.unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]   --> tests/async_io.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let bytes = capsec_tokio::fs::copy(&src, &dst, &read_cap, &write_cap)
[INFO] [stdout]    |                               ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg(feature = "fs")]
[INFO] [stdout]    |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 99 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use tokio::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 90 -     let bytes = capsec_tokio::fs::copy(&src, &dst, &read_cap, &write_cap)
[INFO] [stdout] 90 +     let bytes = fs::copy(&src, &dst, &read_cap, &write_cap)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:129:29
[INFO] [stdout]     |
[INFO] [stdout] 129 |     let fut = capsec_tokio::fs::read("/dev/null", &cap);
[INFO] [stdout]     |                             ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:99:9
[INFO] [stdout]     |
[INFO] [stdout]  98 | #[cfg(feature = "fs")]
[INFO] [stdout]     |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  99 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use tokio::fs;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 129 -     let fut = capsec_tokio::fs::read("/dev/null", &cap);
[INFO] [stdout] 129 +     let fut = fs::read("/dev/null", &cap);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `FsRead` in this scope
[INFO] [stdout]    --> tests/async_io.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     fs: FsRead,
[INFO] [stdout]     |         ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use capsec_core::permission::FsRead;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:144:30
[INFO] [stdout]     |
[INFO] [stdout] 144 |     let data = capsec_tokio::fs::read("/dev/null", &ctx).await.unwrap();
[INFO] [stdout]     |                              ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:99:9
[INFO] [stdout]     |
[INFO] [stdout]  98 | #[cfg(feature = "fs")]
[INFO] [stdout]     |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  99 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use tokio::fs;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 144 -     let data = capsec_tokio::fs::read("/dev/null", &ctx).await.unwrap();
[INFO] [stdout] 144 +     let data = fs::read("/dev/null", &ctx).await.unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:153:23
[INFO] [stdout]     |
[INFO] [stdout] 153 |         capsec_tokio::fs::read("/dev/null", &cap).await.unwrap()
[INFO] [stdout]     |                       ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:99:9
[INFO] [stdout]     |
[INFO] [stdout]  98 | #[cfg(feature = "fs")]
[INFO] [stdout]     |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  99 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use tokio::fs;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 153 -         capsec_tokio::fs::read("/dev/null", &cap).await.unwrap()
[INFO] [stdout] 153 +         fs::read("/dev/null", &cap).await.unwrap()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `capsec_tokio`
[INFO] [stdout]    --> tests/async_io.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 |         capsec_tokio::fs::read("/dev/null", &cap).await.unwrap()
[INFO] [stdout]     |                       ^^ could not find `fs` in `capsec_tokio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:99:9
[INFO] [stdout]     |
[INFO] [stdout]  98 | #[cfg(feature = "fs")]
[INFO] [stdout]     |       -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  99 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use tokio::fs;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 165 -         capsec_tokio::fs::read("/dev/null", &cap).await.unwrap()
[INFO] [stdout] 165 +         fs::read("/dev/null", &cap).await.unwrap()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `AsyncTestCtx` in the current scope
[INFO] [stdout]    --> tests/async_io.rs:143:29
[INFO] [stdout]     |
[INFO] [stdout] 136 | struct AsyncTestCtx {
[INFO] [stdout]     | ------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 143 |     let ctx = AsyncTestCtx::new(&root);
[INFO] [stdout]     |                             ^^^ associated function or constant not found in `AsyncTestCtx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `capsec-tokio` (test "async_io") due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7", kill_on_drop: false }`
[INFO] [stdout] 6bb261fb2eef83e60a590df1617160da74e77b7cf0707cd02bca87da3512eaa7
